func testing.toOutputDir

7 uses

	testing (current package)
		cover.go#L92: 		f, err = os.Create(toOutputDir(*coverProfile))
		testing.go#L2300: 		f, err := os.Create(toOutputDir(*cpuProfile))
		testing.go#L2313: 		f, err := os.Create(toOutputDir(*traceFile))
		testing.go#L2396: 		f, err := os.Create(toOutputDir(*memProfile))
		testing.go#L2409: 		f, err := os.Create(toOutputDir(*blockProfile))
		testing.go#L2421: 		f, err := os.Create(toOutputDir(*mutexProfile))
		testing.go#L2439: func toOutputDir(path string) string {